Index

Package: Sync_Type (generic)

Description

generic
   type Element is private;
   Default : Element;

package Sync_Type is

Tasks & Protected

Protect (protected type)

Entries:Set, Get, Value

Types

Element

type Element is private;

References:

sync_type.ads:2:9 (declaration)
pipelined_insersort.adb:52:52 (reference)
sync_type.adb:5:26 (reference)
sync_type.adb:11:27 (reference)
sync_type.ads:3:14 (reference)
sync_type.ads:8:26 (reference)
sync_type.ads:9:27 (reference)
sync_type.ads:11:15 (reference)

Constants & Global variables

Default (Element)

Default : Element;

References:

sync_type.ads:3:4 (declaration)
pipelined_insersort.adb:53:52 (reference)
sync_type.ads:11:26 (reference)

Subprograms & Entries

Protect. Set

procedure Set 
(E: Element);

Called by:

Pipelined_Insersort.Node.Insert_Elements defined at pipelined_insersort.adb:57:12

Protect. Value (private)

Value: Element := Default;

References:

sync_type.ads:11:7 (declaration)
sync_type.adb:8:10 (write reference)

Called by: